• frmSupplierRecord.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmSupplierRecord
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSupplierRecord))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.Panel6 = New System.Windows.Forms.Panel()
33         Me.txtContactNo = New System.Windows.Forms.TextBox()
34         Me.Label4 = New System.Windows.Forms.Label()
35         Me.Panel4 = New System.Windows.Forms.Panel()
36         Me.txtCity = New System.Windows.Forms.TextBox()
37         Me.Label2 = New System.Windows.Forms.Label()
38         Me.Panel5 = New System.Windows.Forms.Panel()
39         Me.Button2 = New System.Windows.Forms.Button()
40         Me.Button1 = New System.Windows.Forms.Button()
41         Me.btnClose = New System.Windows.Forms.Button()
42         Me.Panel3 = New System.Windows.Forms.Panel()
43         Me.txtSupplierName = New System.Windows.Forms.TextBox()
44         Me.Label3 = New System.Windows.Forms.Label()
45         Me.dgw = New System.Windows.Forms.DataGridView()
46         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
47         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
48         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
49         Me.Column8 = New System.Windows.Forms.DataGridViewTextBoxColumn()
50         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
51         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
52         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
53         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
54         Me.Column10 = New System.Windows.Forms.DataGridViewTextBoxColumn()
55         Me.Column11 = New System.Windows.Forms.DataGridViewTextBoxColumn()
56         Me.Panel2 = New System.Windows.Forms.Panel()
57         Me.lblSet = New System.Windows.Forms.Label()
58         Me.Label1 = New System.Windows.Forms.Label()
59         Me.Panel1.SuspendLayout()
60         Me.Panel6.SuspendLayout()
61         Me.Panel4.SuspendLayout()
62         Me.Panel5.SuspendLayout()
63         Me.Panel3.SuspendLayout()
64         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
65         Me.Panel2.SuspendLayout()
66         Me.SuspendLayout()
67         
'
68         
'Panel1
69         
'
70         Me.Panel1.BackColor = System.Drawing.Color.White
71         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
72         Me.Panel1.Controls.Add(Me.Panel6)
73         Me.Panel1.Controls.Add(Me.Panel4)
74         Me.Panel1.Controls.Add(Me.Panel5)
75         Me.Panel1.Controls.Add(Me.Panel3)
76         Me.Panel1.Controls.Add(Me.dgw)
77         Me.Panel1.Controls.Add(Me.Panel2)
78         Me.Panel1.Location = New System.Drawing.Point(
8, 7)
79         Me.Panel1.Name =
"Panel1"
80         Me.Panel1.Size = New System.Drawing.Size(
1046, 618)
81         Me.Panel1.TabIndex =
2
82         
'
83         
'Panel6
84         
'
85         Me.Panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
86         Me.Panel6.Controls.Add(Me.txtContactNo)
87         Me.Panel6.Controls.Add(Me.Label4)
88         Me.Panel6.Location = New System.Drawing.Point(
447, 75)
89         Me.Panel6.Name =
"Panel6"
90         Me.Panel6.Size = New System.Drawing.Size(
213, 70)
91         Me.Panel6.TabIndex =
50
92         
'
93         
'txtContactNo
94         
'
95         Me.txtContactNo.BackColor = System.Drawing.Color.White
96         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
97         Me.txtContactNo.Location = New System.Drawing.Point(
13, 30)
98         Me.txtContactNo.Name =
"txtContactNo"
99         Me.txtContactNo.Size = New System.Drawing.Size(
183, 21)
100         Me.txtContactNo.TabIndex =
13
101         
'
102         
'Label4
103         
'
104         Me.Label4.AutoSize = True
105         Me.Label4.Location = New System.Drawing.Point(
10, 10)
106         Me.Label4.Name =
"Label4"
107         Me.Label4.Size = New System.Drawing.Size(
122, 13)
108         Me.Label4.TabIndex =
12
109         Me.Label4.Text =
"Search By Contact No. :"
110         
'
111         
'Panel4
112         
'
113         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
114         Me.Panel4.Controls.Add(Me.txtCity)
115         Me.Panel4.Controls.Add(Me.Label2)
116         Me.Panel4.Location = New System.Drawing.Point(
228, 75)
117         Me.Panel4.Name =
"Panel4"
118         Me.Panel4.Size = New System.Drawing.Size(
213, 70)
119         Me.Panel4.TabIndex =
49
120         
'
121         
'txtCity
122         
'
123         Me.txtCity.BackColor = System.Drawing.Color.White
124         Me.txtCity.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
125         Me.txtCity.Location = New System.Drawing.Point(
13, 30)
126         Me.txtCity.Name =
"txtCity"
127         Me.txtCity.Size = New System.Drawing.Size(
183, 21)
128         Me.txtCity.TabIndex =
13
129         
'
130         
'Label2
131         
'
132         Me.Label2.AutoSize = True
133         Me.Label2.Location = New System.Drawing.Point(
10, 10)
134         Me.Label2.Name =
"Label2"
135         Me.Label2.Size = New System.Drawing.Size(
82, 13)
136         Me.Label2.TabIndex =
12
137         Me.Label2.Text =
"Search By City :"
138         
'
139         
'Panel5
140         
'
141         Me.Panel5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
142         Me.Panel5.Controls.Add(Me.Button2)
143         Me.Panel5.Controls.Add(Me.Button1)
144         Me.Panel5.Controls.Add(Me.btnClose)
145         Me.Panel5.Location = New System.Drawing.Point(
666, 75)
146         Me.Panel5.Name =
"Panel5"
147         Me.Panel5.Size = New System.Drawing.Size(
279, 70)
148         Me.Panel5.TabIndex =
42
149         
'
150         
'Button2
151         
'
152         Me.Button2.Cursor = System.Windows.Forms.Cursors.Hand
153         Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup
154         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.Button2.Location = New System.Drawing.Point(
98, 23)
156         Me.Button2.Name =
"Button2"
157         Me.Button2.Size = New System.Drawing.Size(
82, 28)
158         Me.Button2.TabIndex =
6
159         Me.Button2.Text =
"&Export Excel"
160         Me.Button2.UseVisualStyleBackColor = True
161         
'
162         
'Button1
163         
'
164         Me.Button1.Cursor = System.Windows.Forms.Cursors.Hand
165         Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup
166         Me.Button1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
167         Me.Button1.Location = New System.Drawing.Point(
10, 23)
168         Me.Button1.Name =
"Button1"
169         Me.Button1.Size = New System.Drawing.Size(
82, 28)
170         Me.Button1.TabIndex =
5
171         Me.Button1.Text =
"&Reset"
172         Me.Button1.UseVisualStyleBackColor = True
173         
'
174         
'btnClose
175         
'
176         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
177         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
178         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.btnClose.Location = New System.Drawing.Point(
186, 23)
180         Me.btnClose.Name =
"btnClose"
181         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
182         Me.btnClose.TabIndex =
4
183         Me.btnClose.Text =
"&Close"
184         Me.btnClose.UseVisualStyleBackColor = True
185         
'
186         
'Panel3
187         
'
188         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
189         Me.Panel3.Controls.Add(Me.txtSupplierName)
190         Me.Panel3.Controls.Add(Me.Label3)
191         Me.Panel3.Location = New System.Drawing.Point(
9, 75)
192         Me.Panel3.Name =
"Panel3"
193         Me.Panel3.Size = New System.Drawing.Size(
213, 70)
194         Me.Panel3.TabIndex =
48
195         
'
196         
'txtSupplierName
197         
'
198         Me.txtSupplierName.BackColor = System.Drawing.Color.White
199         Me.txtSupplierName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
200         Me.txtSupplierName.Location = New System.Drawing.Point(
13, 30)
201         Me.txtSupplierName.Name =
"txtSupplierName"
202         Me.txtSupplierName.Size = New System.Drawing.Size(
183, 21)
203         Me.txtSupplierName.TabIndex =
13
204         
'
205         
'Label3
206         
'
207         Me.Label3.AutoSize = True
208         Me.Label3.Location = New System.Drawing.Point(
10, 10)
209         Me.Label3.Name =
"Label3"
210         Me.Label3.Size = New System.Drawing.Size(
134, 13)
211         Me.Label3.TabIndex =
12
212         Me.Label3.Text =
"Search By Supplier Name :"
213         
'
214         
'dgw
215         
'
216         Me.dgw.AllowUserToAddRows = False
217         Me.dgw.AllowUserToDeleteRows = False
218         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
219         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
220         Me.dgw.BackgroundColor = System.Drawing.Color.White
221         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
222         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
223         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
224         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
225         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
226         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
227         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
228         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
229         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
230         Me.dgw.ColumnHeadersHeight =
30
231         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2, Me.Column3, Me.Column8, Me.Column4, Me.Column6, Me.Column7, Me.Column9, Me.Column10, Me.Column11})
232         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
233         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
234         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
235         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
236         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
237         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
238         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
239         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
240         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
241         Me.dgw.EnableHeadersVisualStyles = False
242         Me.dgw.GridColor = System.Drawing.Color.White
243         Me.dgw.Location = New System.Drawing.Point(
9, 151)
244         Me.dgw.MultiSelect = False
245         Me.dgw.Name =
"dgw"
246         Me.dgw.ReadOnly = True
247         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
248         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
249         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
250         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
251         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
252         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
253         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
254         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
255         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
256         Me.dgw.RowHeadersWidth =
25
257         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
258         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
259         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
260         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
261         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
262         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
263         Me.dgw.RowTemplate.Height =
15
264         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
265         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
266         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
267         Me.dgw.Size = New System.Drawing.Size(
1028, 455)
268         Me.dgw.TabIndex =
43
269         
'
270         
'Column1
271         
'
272         Me.Column1.HeaderText =
"ID"
273         Me.Column1.Name =
"Column1"
274         Me.Column1.ReadOnly = True
275         Me.Column1.Visible = False
276         
'
277         
'Column2
278         
'
279         Me.Column2.HeaderText =
"Supplier ID"
280         Me.Column2.Name =
"Column2"
281         Me.Column2.ReadOnly = True
282         
'
283         
'Column3
284         
'
285         Me.Column3.HeaderText =
"Supplier Name"
286         Me.Column3.Name =
"Column3"
287         Me.Column3.ReadOnly = True
288         Me.Column3.Width =
150
289         
'
290         
'Column8
291         
'
292         Me.Column8.HeaderText =
"Address"
293         Me.Column8.Name =
"Column8"
294         Me.Column8.ReadOnly = True
295         Me.Column8.Width =
150
296         
'
297         
'Column4
298         
'
299         Me.Column4.HeaderText =
"City"
300         Me.Column4.Name =
"Column4"
301         Me.Column4.ReadOnly = True
302         
'
303         
'Column6
304         
'
305         Me.Column6.HeaderText =
"State"
306         Me.Column6.Name =
"Column6"
307         Me.Column6.ReadOnly = True
308         
'
309         
'Column7
310         
'
311         Me.Column7.HeaderText =
"Zip Code"
312         Me.Column7.Name =
"Column7"
313         Me.Column7.ReadOnly = True
314         
'
315         
'Column9
316         
'
317         Me.Column9.HeaderText =
"Contact No."
318         Me.Column9.Name =
"Column9"
319         Me.Column9.ReadOnly = True
320         
'
321         
'Column10
322         
'
323         Me.Column10.HeaderText =
"Email ID"
324         Me.Column10.Name =
"Column10"
325         Me.Column10.ReadOnly = True
326         
'
327         
'Column11
328         
'
329         Me.Column11.HeaderText =
"Remarks"
330         Me.Column11.Name =
"Column11"
331         Me.Column11.ReadOnly = True
332         
'
333         
'Panel2
334         
'
335         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
336         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
337         Me.Panel2.Controls.Add(Me.lblSet)
338         Me.Panel2.Controls.Add(Me.Label1)
339         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
340         Me.Panel2.Name =
"Panel2"
341         Me.Panel2.Size = New System.Drawing.Size(
1028, 62)
342         Me.Panel2.TabIndex =
0
343         
'
344         
'lblSet
345         
'
346         Me.lblSet.AutoSize = True
347         Me.lblSet.Location = New System.Drawing.Point(
615, 27)
348         Me.lblSet.Name =
"lblSet"
349         Me.lblSet.Size = New System.Drawing.Size(
23, 13)
350         Me.lblSet.TabIndex =
44
351         Me.lblSet.Text =
"Set"
352         Me.lblSet.Visible = False
353         
'
354         
'Label1
355         
'
356         Me.Label1.AutoSize = True
357         Me.Label1.BackColor = System.Drawing.Color.Transparent
358         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
359         Me.Label1.ForeColor = System.Drawing.Color.White
360         Me.Label1.Location = New System.Drawing.Point(
422, 19)
361         Me.Label1.Name =
"Label1"
362         Me.Label1.Size = New System.Drawing.Size(
162, 24)
363         Me.Label1.TabIndex =
0
364         Me.Label1.Text =
"List Of Suppliers"
365         
'
366         
'frmSupplierRecord
367         
'
368         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
369         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
370         Me.BackColor = System.Drawing.Color.DarkSlateGray
371         Me.ClientSize = New System.Drawing.Size(
1063, 632)
372         Me.Controls.Add(Me.Panel1)
373         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
374         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
375         Me.MaximizeBox = False
376         Me.MinimizeBox = False
377         Me.Name =
"frmSupplierRecord"
378         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
379         Me.Panel1.ResumeLayout(False)
380         Me.Panel6.ResumeLayout(False)
381         Me.Panel6.PerformLayout()
382         Me.Panel4.ResumeLayout(False)
383         Me.Panel4.PerformLayout()
384         Me.Panel5.ResumeLayout(False)
385         Me.Panel3.ResumeLayout(False)
386         Me.Panel3.PerformLayout()
387         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
388         Me.Panel2.ResumeLayout(False)
389         Me.Panel2.PerformLayout()
390         Me.ResumeLayout(False)
391
392     End Sub
393     Friend WithEvents Panel1 As System.Windows.Forms.Panel
394     Friend WithEvents Panel2 As System.Windows.Forms.Panel
395     Friend WithEvents Label1 As System.Windows.Forms.Label
396     Friend WithEvents Panel5 As System.Windows.Forms.Panel
397     Friend WithEvents btnClose As System.Windows.Forms.Button
398     Friend WithEvents dgw As System.Windows.Forms.DataGridView
399     Friend WithEvents lblSet As System.Windows.Forms.Label
400     Friend WithEvents Panel4 As System.Windows.Forms.Panel
401     Friend WithEvents txtCity As System.Windows.Forms.TextBox
402     Friend WithEvents Label2 As System.Windows.Forms.Label
403     Friend WithEvents Panel3 As System.Windows.Forms.Panel
404     Friend WithEvents txtSupplierName As System.Windows.Forms.TextBox
405     Friend WithEvents Label3 As System.Windows.Forms.Label
406     Friend WithEvents Button1 As System.Windows.Forms.Button
407     Friend WithEvents Panel6 As System.Windows.Forms.Panel
408     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
409     Friend WithEvents Label4 As System.Windows.Forms.Label
410     Friend WithEvents Button2 As System.Windows.Forms.Button
411     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
412     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
413     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
414     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewTextBoxColumn
415     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
416     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
417     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
418     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
419     Friend WithEvents Column10 As System.Windows.Forms.DataGridViewTextBoxColumn
420     Friend WithEvents Column11 As System.Windows.Forms.DataGridViewTextBoxColumn
421
422 End Class


Gõ tìm kiếm nhanh...